home *** CD-ROM | disk | FTP | other *** search
/ MusicScapes Professional / MusicScapes Professional (Wayzata Technology)(1381)(1995).bin / elements / country / 00001_Script_1 next >
Text File  |  1994-11-22  |  332b  |  11 lines

  1. on exitFrame
  2.   global lastSoundLevel
  3.   global oldSoundLevel
  4.   installMenu 2
  5.   put the soundLevel into lastSoundLevel
  6.   set lastSoundLevel1 to lastSoundLevel + 1
  7.   set the checkMark of menuItem lastSoundLevel1 of menu "Volume" to TRUE
  8.   --global oldsound
  9.  -- put the soundLevel into oldsound
  10.   --set the soundlevel to 7
  11. end